@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin: 0;
	background-color: #F0EBA3;
}
.container p{
	font-size: 24px;
}
.container ul{
	font-size: 24px;
}
.container ol{
	font-size: 24px;
}
.heading{
	text-align: center;
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;}
.container{
	width: 90%;
	margin: 0 auto;
}
.navigation{
	list-style: none;
	display: flex;
	column-gap: 10%;
	align-items: flex-end;
	justify-content: center;
	padding: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #ED7678;
}
.navigation a:link, a visited{
	color: #ED7678;
	text-decoration: underline;
	text-decoration-color: #ED7678;
	text-decoration-style: wavy;
	font-size: 1.5em;
}
.navigation a:hover{
	color: #ED7678;
	text-decoration-line: underline;
}
.image-OvernightOat{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	
}
.aside-left{
	min-width: 60%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;	
}
.aside-right{
	min-width: 40%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
}
.part1{
	display: flex;
}
.what h2{
	font-family: 'Montserrat', sans-serif;
	text-decoration-line: underline;
}
.what p{
	font-family: 'Pixelify Sans', cursive;
}
.image-logo{
	width: 100%;
	height: auto;
	align-self: flex-start;
	margin: 0;
}
.part0{
	display: flex;
	column-gap: 20%;
	margin: 0 auto;
	padding: 0 auto;
}
hr{
	border-width: thick;
	border-color: #CFA618;
	border-top-color:#CFA618; 
}
.row h2{
	font-family: 'Montserrat', sans-serif;
	text-decoration-line: underline;
}
.row ul{
	list-style: disc;
	font-family: 'Pixelify Sans', cursive;
}
.row ol{
	font-family: 'Pixelify Sans', cursive;
	list-style: decimal
}
.footer h2{
	font-family: 'Montserrat', sans-serif;
	text-decoration-line: underline;
}
.footer ul{
	font-family: 'Pixelify Sans', cursive;
	list-style: decimal
}